PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setIsPrintable Method
If true, print the annotation when the page is printed. If false, never print the annotation, regardless of whether it is displayed on the screen.
In This Topic
    setIsPrintable Method
    In This Topic
    Sets a value indicating whether the annotation should be printed.
    Syntax
    public void setIsPrintable( 
       boolean value
    )

    Parameters

    value
    If true, print the annotation when the page is printed. If false, never print the annotation, regardless of whether it is displayed on the screen.
    See Also